From: Keir Fraser Date: Fri, 21 Sep 2007 16:10:00 +0000 (+0100) Subject: Fix build after tracing changes. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14937^2~46 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=ed20abc6f0e995a4608b94001455d0d0ffeac2a3;p=xen.git Fix build after tracing changes. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index 647cabfa77..b47abdad8c 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -2553,7 +2553,7 @@ asmlinkage void vmx_vmexit_handler(struct cpu_user_regs *regs) exit_reason = __vmread(VM_EXIT_REASON); - hvmtrace_vmexit(VMEXIT, v, regs->eip, exit_reason); + hvmtrace_vmexit(v, regs->eip, exit_reason); perfc_incra(vmexits, exit_reason);